home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Building Homes of Our Own
/
Building Homes of our Own.iso
/
setup
/
data1.cab
/
Everything
/
working
/
houCons.dxr
/
exitFrameScripts_63.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-25
|
388 b
|
18 lines
on exitFrame me
global gConMan, gNeighborAnimateMan
if movieWaiting(gNeighborAnimateMan) then
if ClearToPlayQT() then
go(the frame + 1)
else
go(the frame)
end if
exit
end if
nextDecision = getCurDecision(gConMan)
if (nextDecision = #outdoorelement) or (nextDecision = #outdoorelements) then
go("OD_Features")
else
go("OD_Out")
end if
end